func os.readIntLE

2 uses

	os (current package)
		dir_unix.go#L170: 	return readIntLE(b[off:], size), true
		dir_unix.go#L188: func readIntLE(b []byte, size uintptr) uint64 {